add transfer-none to return value of gtk_widget_get_window
authorJohn (J5) Palmieri <johnp@redhat.com>
Mon, 7 Jun 2010 22:20:36 +0000 (18:20 -0400)
committerJohn (J5) Palmieri <johnp@redhat.com>
Mon, 7 Jun 2010 22:21:21 +0000 (18:21 -0400)
gtk/gtkwidget.c

index c8f780f312ae7d813fc0db2c319d3e97b494a292..63b7cb050c4cc292d2d951c18e18dff74f3ab33f 100644 (file)
@@ -11445,7 +11445,7 @@ gtk_widget_set_window (GtkWidget *widget,
  *
  * Returns the widget's window if it is realized, %NULL otherwise
  *
- * Return value: @widget's window.
+ * Return value: (transfer none): @widget's window.
  *
  * Since: 2.14
  */